The Seven-Segment Analog Tool is an ActiveX control. As such, a Seven-Segment Analog Tool object has an ActiveX page on the Property Sheet. Many of these properties are the object’s formatting properties. Values for the ActiveX Properties can be set directly on the ActiveX page or in the OCX Properties dialog box, which is accessed by clicking the (OCXProperties) property.
| Property | Description | Related Properties |
|---|---|---|
|
Specifies whether the object controls its update rate. Default is 0 - No. When set to 1 - Yes, the object is repainted at the rate specified by the UpdateFrameRate property. |
||
|
Enables the color of the "off" segments to be set to one-third the intensity of the "on" color. Default is 1 - Yes |
||
|
Enables autosizing of the object when any property that has an effect on the digits is adjusted. These include DigitCount, DigitSpacing, SegmentMargin, SegmentSize, and ShowSign. Default is 1 - Yes. |
||
|
Specifies the color of the object background. Default is gray (RGB 236.233.216). The background color is not shown if the Transparent property is set to 1 - Yes. |
||
|
Specifies the border style of the object. Default is 0 - ibsNone. Other options are 1 - ibsRaised and 2 - ibsLowered. |
||
|
Specifies the number of display digits. Default is 4. |
||
|
Specifies the spacing (in pixels) between display digits. Default is 6. |
||
|
Enables user interaction with the object. If set to 0 - No, the object is still shown but its context menu is disabled. Default is 1 - Yes. |
||
|
Specifies the height (in pixels) of the object. |
||
|
Specifies the type of fill characters to use for justification of values. Default is 2 - ilsSpaces. 0-ilsNone indicates that the value is left-justified; 1-ilsZeros indicates that the value is right-justified with leading zeros. |
||
|
Enables the SaveAllPropertiesToFile method to save just the ActiveX Properties or all object properties. Default is 0 - No, which means that only ActiveX Properties are saved. |
||
|
Specifies whether the display segments are illuminated. Default is 0 - No. |
||
|
Specifies the precision of the digits. Default is 2. |
||
|
Specifies the "on" or illuminated color of display segments. Default is white (RGB 255.255.255). |
||
|
Specifies the margin (in pixels) between the digits and the object boundary. Default is 5. |
||
|
Specifies the off or inactive segment color when AutoSegmentOffColor is set to false. Default is gray (RGB 128.128.128). |
||
|
Specifies (in pixels) the margin between each segment. Default is 1. |
||
|
Specifies the size of each segment. Default is 1. |
||
|
Enables display of the "off" or inactive segments. Default is 1 - Yes. |
||
|
Enables display of the sign digit. Default is 1 - Yes. An extra digit is added to show + and -. |
||
|
Enables transparency of the object background. Default is 0 - No. |
||
|
Specifies the rate (in seconds) of repainting the object. Default is 60. Applicable only when AutoFrameRate is set to 1 - Yes. |
||
|
Specifies the value shown on the indicator. Default is 0. If the object is associated with a point, the point’s value sets this property. |
||
|
Enables the visibility of the object on TheView. Default is 1 - Yes. |
||
|
Specifies the width (in pixels) of the object. |